home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000303_news@newsmaster….columbia.edu _Thu Nov 20 21:00:58 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA23544
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 20 Nov 1997 21:00:53 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id VAA12939
  7.     for kermit.misc@watsun; Thu, 20 Nov 1997 21:00:53 -0500 (EST)
  8. Path: news.columbia.edu!news.new-york.net!news.voicenet.com!news-peer.gip.net!news.gsl.net!gip.net!howland.erols.net!newsfeed.internetmci.com!207.20.0.50!peerfeed.ncal.verio.net!news.walltech.com!bug.rahul.net!rahul.net!a2i!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  9. From: dold@94.usenet.us.com
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Help with scripting kermit
  12. Date: 20 Nov 1997 17:51:42 GMT
  13. Organization: a2i network
  14. Lines: 44
  15. Message-ID: <651tbe$4es$1@samba.rahul.net>
  16. References: <64j0bn$7s9$1@clem.mscd.edu> <0$k2Rz1fk$EP@cc.usu.edu>
  17. Reply-To: dold@network.rahul.net
  18. NNTP-Posting-Host: foxtrot.rahul.net
  19. NNTP-Posting-User: dold
  20. X-Newsreader: TIN [version 1.2 PL2]
  21. X-Comment: Encoded From: line allows replies that preserve original subject
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:8089
  23.  
  24. Joe Doupnik (jrd@cc.usu.edu) wrote:
  25. : > output logout\13
  26.  
  27. :     What's likely the problem is the sequence of OUTPUT statments
  28. : blasts their strings at the host with no time delay. It may very well
  29.  
  30. I have a problem with a long script session going to a telephone switch...
  31. I am reprogramming information to accomodate area code splits, which is
  32. just such a wonderful use of Unix awk, c-kermit development, and MS-Kermit
  33. or C-Kermit execution (but I digress...)
  34.  
  35. I use input statements, I use pause statements, and I had to set output
  36. pacing 500, in order to keep from overrunning the switch, even at 2400
  37. baud.  There is no flow control available on the line.
  38.  
  39. My .tak script (actually 14,000 lines long in this case)
  40. set output pacing 500
  41. output 1370444 \13
  42. input 20 CHANGE
  43. pause 2
  44. output \9\9\9\9\9\9 182 \13
  45. input 20 ACP
  46. pause 2
  47. output 1370430 \13
  48. input 20 CHANGE
  49.  
  50. If I lower either the output pacing, or reduce the pause to 1, the switch
  51. can't keep up.  If I reduce the pause, even with the INPUT in place, the
  52. commands get garbled.  If I reduce the output pacing, occasional characters
  53. get dropped.
  54.  
  55. I can't remember where I found the description for "output pacing".  I
  56. can't find it in the Using C-Kermit manual.
  57.  
  58. In Unix, the cu dialer has a feature called "echo check", where each
  59. character is held until the previous character has been echoed back
  60. correctly.  Is such a pacing option available in C-Kermit?
  61.  
  62. I am running C-Kermit 6.0.192 on an ESIX SVR4-Intel platform.
  63.  
  64. -- 
  65. ---
  66. Clarence A Dold - dold@network.rahul.net
  67.                 - Pope Valley & Napa CA.